home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ian & Stuart's Australian Mac 1993 September
/
September 93.iso
/
Archives
/
Comunications
/
telecom
/
Telecom Programs
/
Term-Plus
/
Sample GEnie Script
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-11-21
|
328 b
|
24 lines
|
[
TEXT/TPLM
]
AutoType "ATDT9525400^M"
@Label1
If Prompt = "CONNECT" Then @Start
If Prompt = "NO CONNECT" Then @Stop
GoTo @Label1
@Start
AutoType "H"
Pause 1
AutoType "H"
Pause 1
AutoType "H^M"
Set Timer 10
@Label2
If Prompt = "U#=" Then @Label3
If Timer Off Then @Stop
Goto @Label2
@Label3
AutoType "^RXYZ12345,HOUSE*MAGNET^M"
@Stop
Quit